home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / python2.6 / statvfs.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2009-11-11  |  618b  |  18 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. '''Constants for interpreting the results of os.statvfs() and os.fstatvfs().'''
  5. from warnings import warnpy3k
  6. warnpy3k('the statvfs module has been removed in Python 3.0', stacklevel = 2)
  7. del warnpy3k
  8. F_BSIZE = 0
  9. F_FRSIZE = 1
  10. F_BLOCKS = 2
  11. F_BFREE = 3
  12. F_BAVAIL = 4
  13. F_FILES = 5
  14. F_FFREE = 6
  15. F_FAVAIL = 7
  16. F_FLAG = 8
  17. F_NAMEMAX = 9
  18.